home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer 7.3 / 2001-06_-_Disc_7.3.iso / Data / THEY HUNGER TRILOGY.pcg / scripts / DefineButton2_41 / BUTTONCONDACTION on(release).as
Text File  |  2001-03-29  |  178b  |  10 lines

  1. on(release){
  2.    stopAllSounds();
  3.    tellTarget("_level5")
  4.    {
  5.       gotoAndStop("wait");
  6.    }
  7.    _level1.EasterEggIsOn = true;
  8.    loadMovieNum("Data/F.pcg",2,"GET");
  9. }
  10.